home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1996 July
/
Amiga Games 1996 #7.iso
/
archive
/
spiele
/
demoversionen
/
coinmania.lha
/
CoinMania
/
s
/
InstallCommands
< prev
next >
Wrap
Text File
|
1995-07-06
|
568b
|
27 lines
if exists C:Assign
Copy C:Assign DF1:C
else
echo "ERROR: Could not find C:Assign "
endif
if exists C:MakeDir
Copy C:MakeDir DF1:C
else
echo "ERROR: Could not find C:MakeDir"
endif
if exists Libs:DiskFont.library
Copy Libs:DiskFont.library DF1:Libs/DiskFont.library
else
echo "ERROR: Could not find Libs:DiskFont.library"
endif
if exists l:Ram-Handler
Copy l:Ram-Handler DF1:l/Ram-Handler
else
echo "ERROR: Could not find l:Ram-Handler*n Not needed if using Workbench 2 or above."
endif
Install DF1:
Echo "Install complete now boot on disk in DF1:"